HTML,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td {
	border: none;
	font-family: "微软雅黑", "黑体", "宋体";
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

html,
body {
	height: 100%;
	width: 100%;
}

* {
	box-sizing: border-box;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}

a {
	text-decoration: none;
	color: #2c2c2c;
}

input::-ms-clear {
	display: none;
}

input::-ms-reveal {
	display: none;
}

input {
	-webkit-appearance: none;
	margin: 0;
	outline: none;
	padding: 0;
}

input::-webkit-input-placeholder {
	color: #ccc;
}

input::-ms-input-placeholder {
	color: #ccc;
}

input::-moz-placeholder {
	color: #ccc;
}

input[type=submit],
input[type=button] {
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

img {
	border: none;
}

ul,
ol,
li {
	list-style-type: none;
}

/*公共方法*/
.clear {
	clear: both;
}

.clearleft {
	clear: left;
}

.clearright {
	clear: right;
}

.floatleft {
	float: left;
}

.floatright {
	float: right;
}

.cursor {
	cursor: pointer;
}

.mheader,.mnav{
	display: none;
}

.header {
	width: 100%;
	height: 100px;
	background-color: white;
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
}

.header .cont {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.header a {
	font-size: 16px;
}

.header .nav>ul {
	display: flex;
	flex-flow: row nowrap;
}

.header .nav>ul>li {
	/* margin: 0 20px; */
	width: 110px;
	height: 100px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .nav>ul>li>ul {
	display: none;
	flex-flow: column nowrap;
	position: absolute;
	background-color: #fff;
	padding: 10px 0;
	top: 75px;
	left: 0;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	transition:All 0.4s ease-in-out;
	-webkit-transition:All 0.4s ease-in-out;
	-moz-transition:All 0.4s ease-in-out;
	-o-transition:All 0.4s ease-in-out;
	box-shadow: 0 0 10px #ccc;
	border-top: 4px solid #d30014;
}

.header .nav>ul>li>ul>li {
	padding: 8px 0;
	border-bottom: 1px solid #f2f2f2;
	text-align: center;
	position: relative;
}
.header .nav>ul>li>ul>li:last-child{
	border-bottom: none;
}

.header .nav>ul>li>ul>li a {
	color: #2c2c2c;
}
.header .nav>ul>li>ul>li:hover{
	border-bottom: 1px solid #d30014;
}
.header .nav>ul>li>ul>li:hover::after{
	content: '';
	font-size: 0;
	line-height: 0;
	border-width: 5px;
	border-color: #d30014;
	border-top-width: 0;
	border-style: dashed;
	border-bottom-style: solid;
	border-left-color: transparent;
	border-right-color: transparent;
	position: absolute;
	left: 50%;
	margin-left: -2px;
	bottom: 0;
}

.header .nav>ul>li:hover ul {
	display: flex;
	
}
.header .nav .submenu .body{
	height: 100%;
	display: flex;
	justify-content:flex-end;
	align-items: center;
}
.header .nav .submenu .body img{
	width: 305px;
	height: 130px;
}
.header .nav .submenu .navli{
	padding-right: 100px;
	margin-right: 130px;
	width: 622px;
	border-right: 1px solid #cdcdce;
}
.header .nav .submenu .navli li{
	display: inline-block;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.header .nav .submenu .navli li a{
	display:  block;
	border-bottom: 1px solid #d7d7d8;
	padding: 5px 15px;
}
.header .nav .submenu .navli li a:hover{
	border-bottom: 1px solid #7292e2;
	color: #7292e2;
}

.banner .swiper-container {
	width: 100%;
	height: 100%;
}

.banner .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.banner .swiper-slide a img {
	width: 100%;
}
.banner .swiper-slide video{
	width: 100%;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 30px;
	left: 0;
	width: 100%;
}

.banner .swiper-pagination-bullet {
	background-color: white;
	width: 12px;
	height: 12px;
}

.about {
	background-color: #fbfbfb;
}

.about .cont {
	width: 1400px;
	height: 620px;
	margin: 0 auto;
}

.top {
	text-align: center;
}

.top h2 a {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
}

.top h3 a {
	font-size: 24px;
	font-weight: bold;
}

.about .cont {
	padding-top: 70px;
	height: 800px;
	position: relative;
}

.about .cont .left {
	position: absolute;
	left: 0;
	top: 145px;
	width: 800px;
	height: 350px;
	padding: 50px 35px;
	border-radius: 30px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	z-index: 1;
	background-color: white;
}

.about .cont .left h4 a {
	font-size: 18px;
	font-weight: bold;
}

.about .cont .left p {
	font-size: 14px;
	opacity: 0.5;
	margin-top: 30px;
	line-height: 28px;
}

.about .cont .left>a {
	width: 200px;
	height: 40px;
	color: #0033a8;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
	margin-top: 50px;
	border: 1px solid #0033a8;
	transition: all .5s;
}

.about .cont .left>a:hover {
	background-color: #0033a8;
	color: white;
}

.about .cont .right {
	position: absolute;
	right: 0;
}

.product {
	margin-top: 70px;
}

.product .pro_cont {
	width: 1400px;
	margin: 0 auto;
}

.product .pro_cont .cont {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	margin-top: 30px;
}

.product .pro_cont .cont a {
	display: flex;
	width: 100px;
	height: 30px;
	justify-content: center;
	align-items: center;
	margin: 0 10px;
	background-color: #f3f3f3;
	border-radius: 40px;
	font-size: 14px;
	transition: all .5s;
}

.product .pro_cont .cont a.on {
	background-color: #406bd8;
	color: white;
}

.product .pro_cont .cont a:hover {
	background-color: #406bd8;
	color: white;
}

.product .pro_cont .cont-tab {
	margin-top: 40px;
}

.product .pro_cont .cont-tab .item {
	display: none;
	position: relative;
}

.product .pro_cont .cont-tab .item.on {
	display: block;
}

.product .pro_cont .cont-tab .item .swiper-button-prev{
	left: -35px;
}
.product .pro_cont .cont-tab .item .swiper-button-next {
	right: -35px;
}

.product .pro_cont .cont-tab .swiper-wrapper .swiper-slide a {
	display: flex;
	width: 100%;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

.product .pro_cont .cont-tab .swiper-wrapper .swiper-slide a img {
	width: 100%;
}
.product .pro_cont .cont-tab .swiper-wrapper .swiper-slide .pic{
	border: 1px solid #eee;
	box-sizing: border-box;
}

.product .pro_cont .cont-tab .swiper-wrapper .swiper-slide a p.title {
	margin-top: 10px;
	font-size: 14px;
	height: 20px;
	width: 100%;
	text-align: center;
}

.product .pro_cont .cont-tab .swiper-wrapper .swiper-slide:nth-of-type(2n) {
	margin-bottom: 30px;
}

.product .swiper-container-horizontal>.swiper-pagination-bullets,
.product .swiper-pagination-custom,
.product .swiper-pagination-fraction {
	bottom: 0px;
	left: 0;
	width: 100%;
}

.product .pro_cont .cont-tab .swiper-container .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.serve {
	width: 1400px;
	margin: 80px auto 0;
}

.serve a img.adv {
	position: absolute;
	display: block;
}

.serve .text {
	position: relative;
	display: flex;
	width: 100%;
	height: 130px;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 110px;
}

.serve .text h3 {
	font-size: 30px;
	font-weight: bold;
	color: white;
}

.serve .text .tel {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.serve .text .tel .icon {
	width: 40px;
	height: 40px;
	background-color: white;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.serve .text .tel .time {
	margin-left: 20px;
}

.serve .text .tel .time p {
	font-size: 16px;
	color: white;
}

.serve .text .tel .time .telx {
	font-size: 30px;
	font-weight: bold;
	color: white;
}

.advantage {
	background: url(../images/abg.jpg) no-repeat;
	padding: 70px 0 50px;
	margin-top: 80px;
}

.advantage .top a {
	color: white;
}

.advantage .items {
	width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 45px;
}

.advantage .items .item {
	width: 690px;
	height: 180px;
	border: 1px solid white;
	margin-bottom: 20px;
}

.advantage .items .item a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 0 35px;
}

.advantage .items .item a {
	transition: all .5s;
}

.advantage .items .item a i {
	display: block;
}

.advantage .items .item:first-of-type a i {
	width: 54px;
	height: 70px;
	background: url(../images/icon1_h.png) no-repeat;
	background-size: 54px 70px;
}

.advantage .items .item:first-of-type a:hover i {
	background: url(../images/icon1.png) no-repeat;
	transition: all .5s;
}

.advantage .items .item:nth-of-type(2) a i {
	width: 75px;
	height: 70px;
	background: url(../images/icon2.png) no-repeat;
	background-size: 75px 70px;
}

.advantage .items .item:nth-of-type(2) a:hover i {
	background: url(../images/icon2_h.png) no-repeat;
	transition: all .5s;
}

.advantage .items .item:nth-of-type(3) a i {
	width: 67px;
	height: 70px;
	background: url(../images/icon3.png) no-repeat;
	background-size: 67px 70px;
}

.advantage .items .item:nth-of-type(3) a:hover i {
	background: url(../images/icon3_h.png) no-repeat;
	transition: all .5s;
}

.advantage .items .item:last-of-type a i {
	width: 67px;
	height: 70px;
	background: url(../images/icon4.png) no-repeat;
	background-size: 67px 70px;
}

.advantage .items .item:last-of-type a:hover i {
	background: url(../images/icon4_h.png) no-repeat;
	transition: all .5s;
}

.advantage .items .item a .text {
	width: 500px;
	display: flex;
	flex-flow: column nowrap;

}

.advantage .items .item a .text .h3 {
	font-size: 18px;
	color: white;
}

.advantage .items .item a .text .p {
	font-size: 14px;
	line-height: 24px;
	color: white;
	margin-top: 10px;
}

.advantage .items .item:hover {
	background-color: #FFFFFF;
	transition: all .5s;
}

.advantage .items .item:hover a .text .h3 {
	color: #2C2C2C;
	font-weight: bold;
}

.advantage .items .item:hover a .text .p {
	color: #2C2C2C;
	opacity: 0.5;
}

.news {
	background: #fbfbfb;
	padding-bottom: 55px;
}

.news .top {
	padding-top: 55px;
}

.news .news-cont {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	width: 1400px;
	margin: 45px auto 0;
}

.news .news-cont .left {
	width: 50%;
}

.news .news-cont .left .swiper-slide a {
	display: flex;
	flex-flow: column nowrap;
}

.news .news-cont .left .swiper-slide a img {
	width: 100%;
}

.news .news-cont .left .swiper-slide a .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	background-color: rgba(0, 0, 0, 0.7);
	color: white;
}

.news .news-cont .right {
	width: 49%;
}

.news .swiper-container-horizontal>.swiper-pagination-bullets,
.news .swiper-pagination-custom,
.news .swiper-pagination-fraction {
	bottom: 15px;
	left: 280px;
	width: 100%;
}

.news .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: #fff;
}

.news .news-cont .right .tab-hed .tab-nav {
	display: flex;
	flex-flow: row nowrap;

}

.news .news-cont .right .tab-hed a {
	font-size: 20px;
	font-weight: bold;
	color: #000;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	/* align-items: center; */
	width: 140px;
	height: 50px;
	line-height: 45px;
}

.news .news-cont .right .tab-hed .heng {
	position: relative;
	top: -5px;
	z-index: -1;
	display: block;
	height: 1px;
	width: 100%;
	background-color: #dcdcdc;
}

.news .news-cont .right .tab-hed a.on {
	background: url(../images/on.png) no-repeat;
	background-size: 100% 50px;
	height: 50px;
	color: white;
}

.news .news-cont .right .items {
	margin-top: 20px;
}

.news .news-cont .right .item {
	display: none;
}

.news .news-cont .right .item.on {
	display: block;
}

.news .news-cont .right .item .item-top h3 a {
	font-size: 16px;
	font-weight: bold;
	color: #2c2c2c;
	height: 21px;
}
.news .news-cont .right .item .item-top h3 a:hover{
	color: #d30014;
}

.news .news-cont .right .item .item-top p {
	font-size: 14px;
	opacity: .5;
	line-height: 28px;
	margin-top: 20px;
	height: 56px;
}

.news .news-cont .right .item ul {
	margin-top: 25px;
}

.news .news-cont .right .item ul li a {
	font-size: 14px;
	height: 19px;
}

.news .news-cont .right .item ul li a span {
	font-size: 12px;
	margin-right: 5px;
	position: relative;
	top: -1px;
	color: #0062b2;
	display: inline-block;
	transform: scale(0.7);
}

.news .news-cont .right .item ul li:not(:last-of-type) {
	margin-bottom: 17px;
}

.links {
	margin: 0 auto;
	width: 1400px;
	padding-bottom: 60px;
}

.links .top {
	margin-top: 60px;
}

.links .items {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.links .items a {
	display: block;
	border: 1px solid #f2f2f2;
	margin-bottom: 20px;
}

footer {
	background-color: #1f2019;
	padding: 40px 0 0;
}

footer .footer {
	margin: 0 auto;
	width: 1400px;
}

footer .footer .foot-top {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

footer .footer .foot-top .left {
	display: flex;
	flex-flow: column;
	justify-content: flex-start;
}

footer .footer .foot-top .left div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

footer .footer .foot-top .left div span {
	color: #ffffff;
	opacity: 1;
	margin-left: 20px;
}

footer .footer .foot-top .left div:last-of-type {
	margin-left: 0;
}

footer .footer .foot-top .right {
	display: flex;
	flex-flow: row nowrap;
}

footer .footer .foot-top .right .item {
	margin-left: 20px;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}

footer .footer .foot-top .right .item p {
	color: #ffffff;
	opacity: 1;
	margin-top: 10px;
}

footer .footer .foot-bot {
	margin-top: 30px;
	border-top: 1px solid #40413b;
	padding: 20px 0;
}

footer .footer .foot-bot a,
footer .footer .foot-bot span {
	color: #fff;
	opacity: 1;
	font-size: 14px;
	font-weight: normal;
}

footer .footer .foot-bot div {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-top: 0px;
}

footer .footer .foot-bot div span a {
	opacity: 1;
}

.foot_nav a,
.foot_nav span {
	color: #fff;
	opacity: 1;
	font-size: 14px;
	font-weight: normal;
	padding: 0 5px;
}

.foot_nav span{
	padding: 0 15px;
}

.body{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}





@media all and (max-width: 1700px) {
	
}
@media all and (max-width: 1400px) {
	footer .footer,.links,.news .news-cont,.about .cont,.serve,.product .pro_cont,.advantage .items{
		width: 100%;
	}
	.advantage .items .item{
		width: 48%;
	}
	.advantage .items .item a .text{
		width: 80%;
	}
}
@media all and (max-width: 767px) {
	.header{
		display: none;
	}
	.mheader{
		
		width: 100%;
		padding: 10px;
		display: block;
		background-color: #406bd8;
		height: 60px;
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
		align-items: center;
		z-index: 999;
	}
	.mheader img{
		height: 100%;
	}
	.mheader h3, .mheader h3 a{
		display: block;
		height: 100%;
	}
	.mheader .dh span{
		display: block;
		width: 30px;
		height: 3px;
		background-color: white;
	}
	.mheader .dh span:not(:last-of-type){
		margin-bottom: 5px;
	}
	.banner{
		margin-top: 65px;
	}
	.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{
		bottom: 10px;
	}
	.mheader .cha{
		display: none;
	}
	.mheader .cha span{
		display: block;
		width: 30px;
		height: 3px;
		background-color: white;
	}
	.mheader .cha span:not(:last-of-type){
		margin-bottom: 5px;
	}
	.mheader .cha span:first-of-type{
		transform:rotate(45deg);
		position: relative;
		top: 2px;
	}
	.mheader .cha span:last-of-type{
		transform:rotate(-45deg);
		position: relative;
		top: -6px;
	}
	.mnav{
		position: fixed;
		z-index: 999;
		width: 100%;
		background: rgba(64,107,216,0.9);
		padding: 10px;
	}
	.mnav ul li{
		height: 30px;
		border-bottom: 1px solid rgba(255,255,255,0.2);
		line-height: 30px;
	} 
	.mnav ul li a{
		display: flex;
		width: 100%;
		justify-content: center;
		color: white;
	}
	.about{
		width: 100%;
		padding: 10px;
	}
	.about .cont{
		width: 100%;
		padding-top: 10px;
		height: 750px;
	}
	.top h2 a{
		font-size: 30px;
		text-transform: uppercase;
	}
	.top h3 a{
		font-size: 20px;
	}
	.about .cont .left{
		width: 100%;
		top: 240px;
		height: auto;
		padding-bottom: 30px;
	}
	.about .cont .right{
		width: 100%;
	}
	.about .cont .right img{
		width: 100%;
	}
	.about .cont .left>a{
		width: 100%;
		margin-top: 25px;
	}
	.product{
		width: 100%;
		padding: 10px;
		margin-top: 10px;
	}
	.product .pro_cont{
		width: 100%;
	}
	.product .pro_cont .cont{
		flex-flow: row wrap;
		justify-content: space-between;
	}
	.product .pro_cont .cont a{
		margin: unset;
		margin-bottom: 10px;
	}
	.serve{
		width: 100%;
		margin-top: 40px;
	}
	.serve a img.adv{
		width: 100%;
		height: 130px;
	}
	.serve .text{
		padding: 0;
		flex-flow: column nowrap;
		justify-content: center;
	}
	.serve .text h3{
		font-size: 20px;
	}
	.serve .text .tel{
		margin-top: 20px;
	}
	.serve .text .tel .time a{
		font-size: 26px;
	}
	.advantage{
		margin-top: 40px;
		padding: 20px 0 20px;
		background-size: cover;
	}
	.advantage .items{
		width: 100%;
		padding: 10px;
		margin-top: 15px;
	}
	.advantage .items .item{
		width: 100%;
	}
	.advantage .items .item a .text{
		width: 70%;
	}
	.news {
		padding-bottom: 10px;
		background-size: cover;
	}
	
	.news .top{
		margin-top: 20px;
		padding-top: unset;
	}
	.news .news-cont{
		width: 100%;
		flex-flow: column nowrap;
		margin: 10px auto 0;
		padding: 10px;
	}
	.news .news-cont .left{
		width: 100%;
	}
	.news .news-cont .right{
		width: 100%;
		margin-top: 10px;
	}
	.news .news-cont .right .item .item-top h3 a{
		display: inline-block;
		white-space: nowrap; 
		width: 100%; 
		overflow: hidden;
		text-overflow:ellipsis;
	}
	.news .news-cont .right .item .item-top p{
		word-break:break-all;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;
		overflow:hidden;
	}
	.news .news-cont .right .item ul li a{
		display: inline-block;
		white-space: nowrap; 
		width: 100%; 
		overflow: hidden;
		text-overflow:ellipsis;
	}
	.links{
		width: 100%;
		padding: 10px;
	}
	.links .top{
		margin-top: 10px;
	}
	.links .items{
		margin-top: 20px;
	}
	
	.links .items a {
		width: 48%;
		margin-bottom: 10px;
	}
	.links .items a img{
		width: 100%;
	}
	footer .footer{
		width: 100%;
		padding: 0 10px;
	}
	footer .footer .foot-top{
		flex-flow: column nowrap;
	}
	footer .footer .foot-top .left div:last-of-type{
		margin-left: unset;
		margin-top: 10px;
	}
	footer .footer .foot-top .left{
		flex-flow: column nowrap;
		align-items: self-start;
	}
	footer .footer .foot-top .right{
		margin-top: 20px;
		justify-content: center;
	}
	.foot-bot p{
		display: none;
	}
	footer .footer .foot-bot{
		padding-top: 10px;
	}
	footer .footer .foot-bot div{
		flex-flow: column nowrap;
	}
	footer .footer .foot-bot a, footer .footer .foot-bot span{
		text-align: center;
	}
}